03. Case Study: Intro & Maven Dependencies

JAVA C2 L2 03 Demo Pt 1

The case study is a REST API that retrieves a list of locations from a database. The code can be cloned from GitLab.

  • spring-boot-starter-web - This starter pack is used for web application development and automatically adds libraries like Spring MVC, REST, Tomcat, and Jackson.
  • com.h2database - This starter pack is used for the H2 in-memory database.
  • spring-boot-starter-data-jpa - This starter pack includes JDBC, Hibernate, Transactions API, JPA, and Aspects.